Skip to main content

Post Interest to Fixed Deposit Account

POST /api/v{version}/FixedDeposit/accounts/{accountId}/post-interest

Description

This endpoint is used to post interest to a fixed deposit account. It allows the system to add accrued interest to the specified account.

Parameters

  • accountId (integer($int32), path, required): The ID of the fixed deposit account.
  • version (string, path, required): The version of the API.
  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Responses

  • 200 OK
    • Description: Indicates that the interest has been successfully posted to the fixed deposit account.
    • Media Type: Controls Accept header.

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v{version}/FixedDeposit/accounts/{accountId}/post-interest \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!